home *** CD-ROM | disk | FTP | other *** search
- echo off
- . Questions? Contact Kendall Callas, 415-821-1310. 3/31/84
- ASSIGN
- CLS
- echo FULLBACK This program prepares a full backup of the hard disk
- echo
- echo * All files on the hard disk will be copied to diskette
- echo
- echo
- echo * Several blank FORMATTED diskettes will be required
- echo
- echo
- echo
- echo . . . Checking amount of disk space used by hard disk files . . .
- echo
- CHKDSK
- echo
- echo * ESTIMATE THE NUMBER OF FORMATTED DISKETTES YOU'LL NEED AS FOLLOWS:
- echo Determine the number of bytes in user files
- echo ("xxxxxx bytes in xxx user files" -- Line 4 of the table above)
- echo Divide this number by 440,000
- echo Round up
- echo The result is the number of *FORMATTED* diskettes you should have ready
- echo
- echo * Time required is roughly 5 minutes to fill a diskette
- echo
- echo * TO ABORT, hold "Ctrl" and press "C".
- echo
- PAUSE
- ECHO ON
- CLS
- BACKUP C:\ A: /S
- echo DONE